home *** CD-ROM | disk | FTP | other *** search
/ Giga Games 1 / Giga Games.iso / net / d_d / caltech / inbound / mcm / repeat.mcm < prev    next >
Encoding:
Text File  |  1993-06-22  |  137 b   |  9 lines

  1. #!/bin/sh
  2. cd ${HOME}/mcm/$1
  3. echo "Set Env MLOUT"
  4. MLOUT="`cat ${HOME}/mcm/$1/mcm-mail`"
  5. while (true) do 
  6. ${HOME}/mcm/mcm $1
  7. sleep 60
  8. done
  9.